home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2000 #4
/
Amiga Plus CD - 2000 - No. 4.iso
/
PowerPC
/
Dev
/
PPCRelease
/
Examples
/
TimerSupport
/
Time_protos.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1997-11-17
|
212 b
|
10 lines
#ifndef TIMER_PROTOS_H
#define TIMER_PROTOS_H
void* __regargs TimerCreateObject(void);
void __regargs TimerDeleteObject(void*);
void __regargs TimerShow(void*);
BOOL __regargs TimerSetAttr(void*,ULONG);
#endif